home *** CD-ROM | disk | FTP | other *** search
/ PC Home 49 / PC_Home_Issue_49.iso / lldemo / lldemo.shr / ROSETTA.EXE / ROSETTA.DXR / 00199_Help Button.ls < prev    next >
Encoding:
Text File  |  1996-06-24  |  263 b   |  10 lines

  1. on mouseDown
  2.   set the castNum of sprite the clickOn to the number of cast "Help Button Down"
  3.   updateStage()
  4.   repeat while the stillDown
  5.   end repeat
  6.   set the castNum of sprite the clickOn to the number of cast "Help Button"
  7.   updateStage()
  8.   LaunchHelp()
  9. end
  10.